object fExplain2: TfExplain2 Left = 13 Top = 139 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Michael'#39's Disk Benchmark' ClientHeight = 448 ClientWidth = 632 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnKeyPress = FormKeyPress PixelsPerInch = 120 TextHeight = 16 object RichEdit1: TRichEdit Left = 8 Top = 8 Width = 617 Height = 377 ReadOnly = True ScrollBars = ssVertical TabOrder = 0 OnKeyPress = FormKeyPress end object Button1: TButton Left = 264 Top = 400 Width = 105 Height = 33 Cancel = True Caption = '&Close' Default = True TabOrder = 1 OnClick = Button1Click OnKeyPress = FormKeyPress end end